Skip to main content

Edge Installation

Requirements

  • Windows and macOS
  • Sensor version 25.04 and later (self-hosted)
    • Extension ID: hbicflpnhfmdndpibdegbnkkpngjbhfh
  • Sensor versions before 25.04
    • Manifest V2: kdkcgeklkcbkkbmboncaiikcemaajfpo
    • Manifest V3: bljneopnmafooddcedbonipbofejklkj

Edge Installation

Cyberhaven’s Edge extension can be deployed and managed as a self‑hosted extension (Sensor 25.04+) or via the Edge Add‑ons Store (earlier sensors). See IDs/URLs in: Browser Extensions Prerequisites.

If issues are encountered please check the Browser Extensions Troubleshooting for information on how to troubleshoot.

Edge Installation on Windows (Sensor‑managed)

  • The Windows Endpoint Sensor automatically installs, maintains, and updates the Edge extension.
  • Registry base key: HKLM\Software\Policies\Microsoft\Edge\ExtensionsSettings (created during Sensor install).
  • To manage Edge via GPO/Intune instead, contact Cyberhaven Support to disable Sensor‑managed updates for Edge; otherwise the Sensor will override manual policy changes to the Edge extension.

Install the latest Windows Sensor to keep the extension up‑to‑date: Installing the Windows Sensor

Edge Installation on macOS (Self‑hosted)

  • Requires Cyberhaven MDM profile Cyberhaven.mobileconfig version 2.0.6.
  • The MDM profile force‑installs the extension and sets an override update URL (local update service).
  • No user action is required beyond deploying the MDM profile.

Example payload (self‑hosted):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-/Apple/DTD PLIST 1.0/EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1">
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Edge</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>ExtensionSettings</key>
<dict>
<key>hbicflpnhfmdndpibdegbnkkpngjbhfh</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>https://localhost:10584/api/update</string>
<key>override_update_url</key>
<true/>
</dict>
</dict>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
</dict>
</plist>

After deployment, allow a few minutes for Edge to refresh policies. To force a refresh, visit edge://policy and click Reload Policies.

Edge Installation on macOS (Store‑hosted)

If you manage Edge policies in your MDM and prefer store‑hosted deployment, configure the profile to force‑install the extension from the Edge Add‑ons Store.

Example payload (store‑hosted):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-/Apple/DTD PLIST 1.0/EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ExtensionInstallForcelist</key>
<array>
<string>bljneopnmafooddcedbonipbofejklkj</string>
</array>
</dict>
</plist>
info

Note Ensure all settings required by are defined in the same configuration profile to avoid non‑deterministic behavior.

After deployment, allow a few minutes for Edge to refresh policies. To force a refresh, visit edge://policy and click Reload Policies. Confirm the extension under edge://extensions.

Installation Verification

  • On endpoints, check edge://policy (Reload Policies) and edge://extensions for the Cyberhaven extension.
  • The extension auto‑updates; version tracking is not required.